How to remove index.php from urls while accessing the site - Joomla! Forum - community, help and support
hi,
i have new joomla installation. havent pointed domain yet. accessing site using ip 192.168.1.1154/~example. while accessing home page loads without issues. other pages shows 404 error. if put index.php after 192.168.1.1154/~example/index.php urls work properly. added
rewriteengine on
rewritecond %{request_uri} ^/index\.php/
rewriterule ^index.php/(.*) /$1 [r,l]
entries in htaccess. not fix issue. selected no url rewriting in global configuration. there way remove index.php url while accessing site using ip, user name ?
i have new joomla installation. havent pointed domain yet. accessing site using ip 192.168.1.1154/~example. while accessing home page loads without issues. other pages shows 404 error. if put index.php after 192.168.1.1154/~example/index.php urls work properly. added
rewriteengine on
rewritecond %{request_uri} ^/index\.php/
rewriterule ^index.php/(.*) /$1 [r,l]
entries in htaccess. not fix issue. selected no url rewriting in global configuration. there way remove index.php url while accessing site using ip, user name ?
its different in case... @ back-end settings.. there friendly url's , use url rewriting... default no!!!
Comments
Post a Comment