Quote:
Originally Posted by TheWindows7Site
Check .htaccess settings and Friendly URL settings.
|
I got my old .htaccess file which shows:
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://egyptianoasis.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://egyptianoasis.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.egyptianoasis.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.egyptianoasis.net$ [NC]
RewriteRule .*\.(avi|mpg|pdf|chm|zip|rar)$ - [F,NC]
RedirectMatch ^/$ http://www.egyptianoasis.net/forums/index.php
Now, I want to redirect all my old thread's Links from
http://www.egyptianoasis.net/forums/?????? to open as
http://www.egyptianoasis.net/???????? (without /forums)
example:
old link (not working now):
http://www.egyptianoasis.net/forums/...read.php?t=409
(The same link is working when delete /forums from address), you can check here:
http://www.egyptianoasis.net/showthread.php?t=409
Thanks!