mod_rewrite not working - Joomla! Forum - community, help and support


hello,

i'm unable friendly urls work on local joomla installation when mod_rewrite enabled in global joomla config. i've renamed htaccess.txt file .htaccess

when try access menu items following types of error:

the requested url /menuitem not found on server.

i'm using ubuntu 14.04. i've tried running following apache restart afterwards no success:

sudo a2enmod rewrite

i've run forum assistant. please see following file "forumassist.pdf" result:

http://s000.tinyupload.com/?file_id=974 ... 2369065152

tried various things including disabling options +followsymlinks
in htaccess.

not sure if correct thing i've uncommented rewritebase , given direct path site - similar this:

rewritebase /home/user/web/[spam].com

any suggestions please can try next?

thanks,

fixed it. turns out .htaccess file wasn't being accessed. needed add following apache2.conf

<directory /path/to/the/site/>
allowoverride all
require granted
</directory>

and set following line in .htaccess file:

rewritebase /





Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

2.5.28 to 3.4.1---Download of update package failed - Joomla! Forum - community, help and support

Your host needs to use PHP 5.3.10 or higher to run this vers - Joomla! Forum - community, help and support