Support

Admin Tools

#9846 AdminTools and JoomSEF

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by nicholas on Friday, 06 May 2011 19:42 CDT

timbreese
I have used AdminTools for some time and I would like to use JoomSEF as well on one of my sites. I just want to make sure that they play nice together, in particular with the .htaccess file.

I assume that after I create the .htaccess file with AdminTools that I then edit it with JoomSEF.

I appreciate your advice on this matter. With all of the new features of AdminTools do I need JoomSEF? can I do the same things with AdminTools?

nicholas
Akeeba Staff
Manager
I think you confuse some things.

Admin Tools manages the .htaccess file of your site and you can put redirections in there as well. You can also use the URL Redirection to set up redirections which don't use your site's .htaccess file. A SEF component, on the other hand, parses URLs and turns them into human friendly URLs without interacting with .htaccess at all.

I can't see any reason why Admin Tools can interfere with a SEF component. I have tested Admin Tools with AceSEF and sh4040SEF and it works just fine. I think that you won't have a problem with JoomSEF either.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

timbreese
In the edit .htaccess section of JoomSEF they recommend the Rewrite Base option. It puts this code at the end of the .htacces file:

##### Joomla! core SEF Section -- BEGIN
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|raw|ini|zip|json|file|vcf))$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php [L]
##### Joomla! core SEF Section -- END

Is this already taken care of by AdminTools? and could it create any problems?

Thanks

nicholas
Akeeba Staff
Manager
Of course it does! This is part of the .htaccess of each and every Joomla! site as the comment denotes
Joomla! core SEF Section -- BEGIN


Have you taken a look at the generated .htaccess file by Admin Tools Pro?

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!