Welcome Guest, Not a member yet? Register   Sign In
htaccess
#11

[eluser]Stefano G[/eluser]
The best place where you can learn about .htaccess is the apache documentation homepage but if you google "apache .htaccess" you will be displayed of thousands of pages!

Anyway I still don't understand why you are getting a 404, even because I usually work with the same configuration as yours (thus the one I explained before) and I don't have such problems!

Cheers

Stefano
#12

[eluser]coldautumn[/eluser]
rite , thanks for the information.
#13

[eluser]coldautumn[/eluser]
Got it solved.

The missing part was name of directory.

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /(Directory-name)/index.php/$1 [L]




Theme © iAndrew 2016 - Forum software by © MyBB