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,
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 /
<directory /path/to/the/site/>
allowoverride all
require granted
</directory>
and set following line in .htaccess file:
rewritebase /
Comments
Post a Comment