simple redirect to default page with htaccess

vat0r

New Member
The htaccess file requires an entry at the end of \[code\]/folder/\[/code\] to redirect the page

example:
\[code\]http://www.server.com/folder/"some-page-name"\[/code\]
If no page is defined as, then I want it to be "index" by default

the htacess\[code\]RewriteBase /folder/RewriteRule ^(.*)$ subfolder/index.php/?page=$1 [L]\[/code\]
 
Back
Top