Tagged Questions
1
vote
1answer
26 views
Redirecting previous domain subfolder links
I've recently bought a domain that was unregistered. After looking in Google webmaster tools, Google is trying to crawl random pages that don't exist. Turns out it did have a previous owner.
The ...
5
votes
1answer
497 views
PHP URL Rewrite engine for small project
I use PHP. I want to setup a micro site as a prototype, where I can work with the frontend only, separated from any CMS.
URL Rewrite
I also want the URL rewrite to be correct, like ...
0
votes
3answers
867 views
Want to create dynamic subdomain in codeigniter? [closed]
In my site i want to add an functionality for user to use their username with domain.
Like in codeigniter right now i want to give the user to use their own url to login in site and do other stuff.
...
0
votes
3answers
67 views
RewriteRule was matching before migration, but now browser gets a 404 error
I have this URL rewrite rule in my .htaccess
RewriteEngine on
RewriteRule ^home$ home.php
but when I try to reach awatag.com/home I get a 404 error.
This rule worked perfectly before moving the ...
2
votes
1answer
93 views
file need to go through a php page using .htaccess
I'm looking for a way to convert this type of url : h11p://www.mywebsite.com/dl/F5EGD6
Into h11p://www.mywebsie.com/dl/files/my_file.zip sing a PHP page to request the URL from the DB with F5EGD6. I ...
2
votes
2answers
265 views
Mod Rewrite not working on my addon domain
have a wordpress website on my main domain
For the wordpress website i have this in my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond ...
7
votes
1answer
288 views
Problem with .htaccess and mod_rewrite after moving site to new server
The site seems to draw the correct links but its not redirecting me to the correct view.
The same code works fine on the old server here http://ruse.systemio.net/q&a/.
The new server is here ...