Created
September 4, 2011 21:16
-
-
Save netdesign/1193528 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RewriteCond %{REQUEST_URI} !^/stk/(.*) | |
| RewriteCond %{REQUEST_URI} !^/app/(.*) | |
| RewriteCond %{REQUEST_URI} !^/index.php | |
| RewriteRule ^/(.*)$ /index.php?p=$1 [QSA,L] | |
| in .htaccess | |
| Redirect 301 "/index.php?page=websites" http://mydomain.com/siti_web | |
| this redirect doesn't redirect to mydomain.com/siti_web but shows the home page... as I was getting mydomain.com | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment