This has probably been answered before, but I am trying to figure out how to get rid of the date in a Joomla url, e.g. http://leisure.local/2015-10-02-02-00-39/contact-us. I have an alias for the menu item in this case of contact-us, and SEF enabled and module rewriting enabled. I also loaded up a SEF plugin. I don't know if it is my cache or something else. Kind of annoying.
How to get rid of date in Joomla URL?
375 Views Asked by SScotti At
1
There are 1 best solutions below
Related Questions in MOD-REWRITE
- How to ignore case in regexp mapping in a .htaccess rewrite rule?
- htaccess rewrite rule - if the parameter value has forward slashes
- RewriteRule ^$ https://www.google.com : eventually want to redirect / to /something_else/index.html
- problem with htaccess RewriteRule with parameters
- mod rewrite split and replace
- Apache2 Too Many Redirects in HTTPS Rewrite Virtual Host
- Redirect URL abc.net/x/y#z to abc.net/ using Apache Redirect module
- use RewriteMap to redirect domains to subdomains
- htaccess RewriteRule: Remove and replace
- Position of Redirects and RewriteRules in .htaccess for WordPress site
- Redirect the page if the URL has content string using htaccess
- htaccess url masking mod rewrite instead of VirtualHost File
- In apache's mod_rewrite, how can I write a RewriteCond to match the http accept header for all html types?
- How can I use .htaccess rewrite all URLS of subdirectory to root URLs?
- htaccess rewriting wrong
Related Questions in JOOMLA
- Problem with a simple query script used in RS Forms on Joomla 4
- How point to other link after login
- How to get media manager file attribute (CREATED DATE) in Joomla! 3.10.5
- Joomla 5..0.3 delay in search
- how to make an .mp4 file inaccessible on the public side
- How can I make the content of <field> show only once/under the checkbox clicked?
- Site links have started giving 403 errors through Facebook debugger
- Joomla 5 translation for com_content category layout in custom template
- change the look of the user login in joomla
- How can I use a helper file in a system plugin?
- Trying to send html content in a JSON format using Python to Joomla API
- How to add Joomla 4 user via script
- Joomla - Remove script tags from head with a custom plugin
- Class 'SppagebuilderHelper' not found in Joomla CMS
- Trouble Integrating MySQL 8.0 with MAMP for Joomla 5 on an Older iMac
Related Questions in SEF
- SEF Urls, avoiding multiple choices error when trying to access the redirect folder
- YII2 sef urls construction
- htaccess SEF URLS dont work with the word 'drills'
- How to open a .SEF file that now looks like gibberish
- Get SEF path of an article from external script using articleID
- How to read parts
- How to run XSLT transformations using a .sef file in Java
- double title tags holmepage google - how to correct with htacces?
- Opencart SEF ruins relative links
- Joomla - Why article URL SEF marging into menu SEF? I Need only menu SEF In my URL
- In Joomla, SEF Url Conversion query not get View and layout
- removing dates from Joomla URLs
- How to get rid of date in Joomla URL?
- Force www with SEF doesn´t work in Joomla 3
- Joomla 3 - Generate URL based on article alias without creating menu item
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This is a common problem. I found a tutorial that explains it quite well, probably better than I can. I've found to make it a habit with every menu change, to rebuild that one too.
Here's the how to:
Due to an incorrect alias or a non-English character in your category names, Joomla may replace the category name with a time stamp like 2014-10-06-17-53-05.
We created a new menu item with the "Test" title (External URL menu type) and added a submenu for it with the "New" title (Single Article menu item). On the screenshot below you can see that the submenu URL contains a time stamp:
To remove time and date from the URL, you should perform the following steps:
Log in your Joomla admin panel and navigate to Menus -> Main Menu:
Select a required main menu item from the list and open it. In our case it is "Test" menu that adds the time stamp to the "New" submenu URL.
Near the Menu Item Type option click Select button. In the pop-up window click System Links menu and select Text Separator type from the drop-down list:
Then, near the Menu Title field you will see Alias field. Here you can replace the time and date with your alias:
Change menu item type back to External URL and in the top left menu click Save button to save the changes.
Now open the Home page on your site and then open the page you performed the changes for. You can see the time stamp was replaced with your alias.
This is the end of the tutorial. Now you know how to remove time and date from the URL in Joomla 3.x.