gameserv15
New Member
- Messages
- 64
- Reaction score
- 1
- Points
- 0
hello
my .htacces file does not work
i want to change the extension from index.php to index with this code:
Options +FollowSymLinks
Options +Indexes
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ $1.php [NC,L]
my .htacces file does not work
i want to change the extension from index.php to index with this code:
Options +FollowSymLinks
Options +Indexes
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ $1.php [NC,L]