I need some help here.
I am using this a .htaccess file to create "nice" URLs for my php variables.
.htaccess:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -s
RewriteRule ^.*$ - [L]
RewriteRule ^(.*)$ index.php [L]
When I access a page like this:
something.com/addon/var1/var2/
The variables pass correctly to the script.
BUT when I access a page like this:
addon.com/var1/var2/
The variables don’t pass over to the script.
Any ideas?
Brian.
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number:
I am using this a .htaccess file to create "nice" URLs for my php variables.
.htaccess:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -s
RewriteRule ^.*$ - [L]
RewriteRule ^(.*)$ index.php [L]
When I access a page like this:
something.com/addon/var1/var2/
The variables pass correctly to the script.
BUT when I access a page like this:
addon.com/var1/var2/
The variables don’t pass over to the script.
Any ideas?
Brian.
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number: